go/parser.parser.parseValue (method)
3 uses
go/parser (current package)
parser.go#L1656: func (p *parser) parseValue() ast.Expr {
parser.go#L1675: x := p.parseValue()
parser.go#L1679: x = &ast.KeyValueExpr{Key: x, Colon: colon, Value: p.parseValue()}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)